home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
System
/
Sample 2.4 Think C distribution
/
scan.h
< prev
next >
Wrap
Text File
|
1990-07-09
|
548b
|
23 lines
/*______________________________________________________________________
scan.h - Scanning Module Interface.
Copyright © 1988, 1989, 1990, Northwestern University.
_____________________________________________________________________*/
#ifndef __scan__
#define __scan__
#ifndef __glob__
#include "glob.h"
#endif
extern Boolean scan_CheckCancel(void);
extern Boolean scan_CheckFull (Handle report, short slop);
extern void scan_DoScan (ScanKind scanKind, ScanOp scanOp);
extern void scan_DoButton (ScanOp scanOp, short modifiers);
#endif